runtime.m.fastrand (field)

11 uses

	runtime (current package)
		proc.go#L847: 		mp.fastrand = uint64(lo)<<32 | uint64(hi)
		proc.go#L849: 		mp.fastrand = uint64(hi)<<32 | uint64(lo)
		runtime2.go#L566: 	fastrand      uint64
		stubs.go#L132: 		mp.fastrand += 0xa0761d6478bd642f
		stubs.go#L133: 		hi, lo := math.Mul64(mp.fastrand, mp.fastrand^0xe7037ed1a0b428db)
		stubs.go#L142: 	t := (*[2]uint32)(unsafe.Pointer(&mp.fastrand))
		stubs.go#L165: 		mp.fastrand += 0xa0761d6478bd642f
		stubs.go#L166: 		hi, lo := math.Mul64(mp.fastrand, mp.fastrand^0xe7037ed1a0b428db)
		stubs.go#L174: 	t := (*[2]uint32)(unsafe.Pointer(&mp.fastrand))